home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 February / macformat-126.iso / Shareware⁄Freeware (OS X) / Games / DeepTrouble / DeepTrouble.app / Contents / Info.plist < prev    next >
Encoding:
Extensible Markup Language  |  2002-11-19  |  1.2 KB  |  47 lines  |  [TEXT/CWIE]

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
  3. <plist version="0.9">
  4. <dict>
  5.     <key>CFBundleInfoDictionaryVersion</key>
  6.     <string>6.0</string>
  7.     <key>CFBundleDevelopmentRegion</key>
  8.     <string>English</string>
  9.     <key>CFBundleIdentifier</key>
  10.     <string>com.codeblender.dt</string>
  11.     <key>CFBundleName</key>
  12.     <string>DeepTrouble</string>
  13.     <key>CFBundlePackageType</key>
  14.     <string>APPL</string>
  15.     <key>CFBundleExecutable</key>
  16.     <string>DeepTrouble</string>
  17.     <key>CFBundleSignature</key>
  18.     <string>CBdt</string>
  19.     <key>CFBundleShortVersionString</key>
  20.     <string>1.0</string>
  21.     <key>CFBundleVersion</key>
  22.     <string>1.0</string>
  23.     <key>CFBundleIconFile</key>
  24.     <string>DeepTrouble.icns</string>
  25.     <key>CFBundleTypeIconFile</key>
  26.     <string>DeepTrouble.icns</string>
  27.     <key>LSPrefersCarbon</key>
  28.     <true/>
  29.     <key>CSResourcesFileMapped</key>
  30.     <true/>
  31.     <key>CFBundleDocumentTypes</key>
  32.     <array>
  33.         <dict>
  34.             <key>CFBundleTypeExtensions</key>
  35.             <array/>
  36.             <key>CFBundleTypeName</key>
  37.             <string>DeepTrouble Saved Game</string>
  38.             <key>CFBundleTypeOSTypes</key>
  39.             <array>
  40.                 <string>DTsv</string>
  41.             </array>
  42.             <key>CFBundleTypeIconFile</key>
  43.             <string>DTsave.icns</string>
  44.         </dict>
  45.     </array>    
  46. </dict>
  47. </plist>